﻿/*  css document  */
body { text-align: left; font-family:consolas; margin:0; padding:0; font-size:14px; color:#000; background:#fff url(default/bobybg.gif) top repeat-x;}


div, form, img, ul, ol, li, dl, dt, dd, p { margin: 0; padding: 0; border: 0; }
table, tr, td, th{ font-size:12px; margin: 0; padding: 0; border: 0;  }
li { list-style-type:none; }
em { font-style:normal; }/* 还原默认字体*/
/*  link  */
a:link { color: #000; text-decoration:none; }
a:visited { color: #333; text-decoration:none; }
a:hover { color: #bc2931; text-decoration:underline;  }
a:active { color: #bc2931; }
/*  public  */
.highlight, .highlight:visited, .highlight a, .highlight a:visited { color:#f00; }
.message, .message:visited, .message a, .message a:visited { color:#f00; }
.gray, .gray:visited, .gray a, .gray a:visited { color:#585858; }
.hidden { display: none; }/* 可用于隐藏该div*/
.clear { clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }/*用与 减少个别浏览器的忽略 清除浮动*/
.tipscontent { line-height: 180%; padding:5px; color: #049; border: 1px dotted #3C5EA8; background-color:#fff; }
.tipscontent b { color: #333; font-weight: lighter; }
.textbox { border: 1px solid #B3B3B3; }
.button { border: 1px solid #B3B3B3; background:url(default/btnbg.gif) center center; height:20px; font-size:12px; }
.err { color:#f00; display:block; }
.summary {display:none;}

/* 页面层容器 */
#container { margin:0 auto; width:1000px; }
/* 页面头部 */
#header {  }
#header #banner{ height:180px;}

#header #navmain {font-family:"Microsoft YaHei"; height:32px;line-height:32px;}
#header #navmain #time {color:#fff;float:left;width:213px;font-size:15px;text-align:center; font-weight:bold;}

/* 导航 */
#navbar {font-size:15px;font-weight:bold;float:right;font-family:"Microsoft YaHei";} /* 定义网站导航条的样式 */
#navbar h2 {display:none;}
#navbar ul {}
#navbar ul li {float: left; width:84px;}
#navbar ul li a {display: block; color:#fff; text-align:center; text-decoration:none;}
#navbar ul li a:hover{color: #B62329;font-weight:bold; background:#fff;}
#navbar ul li ul { z-index: 9999; position: absolute; width:84px; display: none; background: #eee;}
#navbar ul li ul li { font-weight:lighter; background:none; width:84px;}
#navbar ul li ul li a { line-height:30px; border-bottom:1px #fff solid; color:#333;}
#navbar ul li ul li a:hover { background:#B62329; line-height:30px; color:#FFF;}

/* 页面主体 */
#main {margin-top:8px;}
.index #main{}
/* 信息区 */
#info { width:213px; float:left; display:inline; } /*  定义侧边信息 */
#infopic { padding:10px 0; text-align:center; } /* 期刊图片 */
#infoscrolltext { padding:0 30px; text-align:center; color:#004823; } /* 期刊图片下滚动文字 */
/* 信息区列表内容 */
#infocontent {margin-top:10px;}
#infocontent .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0; height:36px; line-height:32px;  margin:0px; overflow:hidden; } /* 标题栏 */
#infocontent .titlebar .title { padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222;  } /* 标题  */
#infocontent .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#infocontent .column{padding-left:10px;}
#infocontent dl { clear:both;}
#infocontent dt { float:left;line-height:22px; color:#222;font-size:12px; }
#infocontent dd {float:left;line-height:22px; _text-indent:-3px;color:#222;font-size:12px; }
#infocontent .heading{ margin:5px; text-align:center; line-height:160%;display:none;}
#infocontent .borderline{ border-bottom: 1px solid #000; padding-bottom:5px;}
#infocontent .fontspacing { letter-spacing: -1pt;}

/*banner*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo{position:relative;width:532px;height:210px; margin: 0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:532px;height:210px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:40px;background-color:#000;opacity:.5;filter:alpha(opacity=50); padding: 0 10px;}
#owl-demo span{position:absolute;left:0;bottom:4px;width:100%;font:16px/32px "微软雅黑","黑体";color:#fff;text-align:left; padding-left: 10px;}

#owl-demo2{position:relative;width:357px;height:175px; margin: 0 auto;}
#owl-demo2 .item{ position:relative;display:block;}
#owl-demo2 img{display:block;width:357px;height:175px;}
#owl-demo2 b{position:absolute;left:0;bottom:0;width:100%;height:40px;background-color:#000;opacity:.5;filter:alpha(opacity=50); padding: 0 10px;}
#owl-demo2 span{position:absolute;left:0;bottom:4px;width:100%;font:13px/32px "微软雅黑","黑体";color:#fff;text-align:left; padding-left: 10px; width:250px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.owl-pagination{position:absolute;right:10px;bottom:4px;width:100%;height:22px;text-align:right;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../Images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../Images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../Images/bg17.png);}
.owl-next{right:0;background-image:url(../Images/bg18.png);}
.owl-prev:hover{background-image:url(../Images/bg19.png);}
.owl-next:hover{background-image:url(../Images/bg20.png);}

/* 主体内容 */
.index #content{margin-left:20px;} 
#content { width:532px; float:left;margin-top:10px; display:inline; }

/* 期刊简介 */
#intro { margin-top:5px; }
#intro .titlebar { background:url(default/cTitleBg.gif) 0px 0px no-repeat; height:27px; line-height:30px; overflow:hidden; } /* 标题栏  */
#intro .titlebar .title { font-weight:bold; padding-left:30px; float:left; width:300px; } /* 标题  */
#intro .titlebar .title a { color:#28518E; }  /* 标题链接颜色  */
#intro .titlebar .more { float:right; padding-right:10px; } /* 如果more在标题栏内  */
#intro .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#intro .column { clear:both; line-height:175%; padding:10px; border-left: 1px solid #C5DDF6; border-bottom: 1px solid #C5DDF6; border-right: 1px solid #C5DDF6; }
#intro .intropic { float:left; padding:8px; }
#intro .column a.more { height:25px; display:block; width:500px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; } /* 更多  */

/* OA期刊列表 */
#oalist {  color:#333;}
#oalist .titlebar { background:url(default/cTitleBg.gif) 0 0 no-repeat; overflow:hidden; height:55px; line-height:45px; } /* 标题栏 */
#oalist .titlebar .title { padding-left:18px; font-family:Microsoft YaHei; font-size:15px; font-weight:bold;  float:left; width:300px; } /* 标题  */
#oalist .titlebar .title a { color:#333; }  /* 标题链接颜色  */
#oalist .titlebar .more { float:right; padding-right:15px; } /* 如果more在标题栏内  */
#oalist .titlebar .more a { width:50px; height:40px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#oalist .column { height:690px; overflow: auto; scrollbar-face-color:#e5e5e5; scrollbar-shadow-color:#fff; scrollbar-highlight-color: #fff; scrollbar-3dlight-color: #fff; scrollbar-darkshadow-color: #fff; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #000;  }
#oalist .column .catalog { padding:5px 0 0 25px; height:25px; font-weight:bold; margin-left:15px; }
#oalist .column .item { clear:both; padding-left:30px; background:url(default/articlelist.gif) 5px 10px no-repeat;  margin:5px 15px 5px 15px; border-bottom:1px dashed #999; padding-bottom:10px; color:#666; }
#oalist .column .item .title { line-height:22px; }
#oalist .column .item .title a { color:#000; }
#oalist .column .item .title a:hover { color:#F30; }
#oalist .column .item .authors { height:22px; line-height:22px; display:inline; color:#333; }
#oalist .column .item .doi{ padding-left:2px;}
#oalist .column .item .digest { height:20px; line-height:20px; display:inline; }
#oalist .column .item .digest a { color:#333; }
#oalist .column .item .digest a:hover { color:#F30; }

#oalist2 { color:#333;}
#oalist2 .titlebar { background:url(default/cTitleBg.gif) 0 0 no-repeat; overflow:hidden; height:55px; line-height:45px; } /* 标题栏 */
#oalist2 .titlebar .title { padding-left:18px; font-family:Microsoft YaHei; font-size:15px; font-weight:bold;  float:left; width:300px; } /* 标题  */
#oalist2 .titlebar .title a { color:#333; }  /* 标题链接颜色  */
#oalist2 .titlebar .more { float:right; padding-right:15px; } /* 如果more在标题栏内  */
#oalist2 .titlebar .more a { width:50px; height:40px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#oalist2 .column { height:690px; overflow: auto; scrollbar-face-color:#e5e5e5; scrollbar-shadow-color:#fff; scrollbar-highlight-color: #fff; scrollbar-3dlight-color: #fff; scrollbar-darkshadow-color:#fff; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #000;  }
#oalist2 .column .catalog { padding:5px 0 0 25px; height:25px; font-weight:bold; margin-left:15px; }
#oalist2 .column .item { clear:both; padding-left:30px; background:url(default/articlelist.gif) 5px 10px no-repeat;  margin:5px 15px 5px 15px; border-bottom:1px dashed #999; padding-bottom:10px; color:#666;}
#oalist2 .column .item .title { line-height:22px; }
#oalist2 .column .item .title a { color:#000; }
#oalist2 .column .item .title a:hover { color:#F30; }
#oalist2 .column .item .authors { height:22px; line-height:22px; display:inline; color:#333; }
#oalist2 .column .item .doi{ padding-left:2px;}
#oalist2 .column .item .digest { height:20px; line-height:20px; display:inline; }
#oalist2 .column .item .digest a { color:#333; }
#oalist2 .column .item .digest a:hover {color:#F30;}

/* 向左滚动图片区  (本版无本栏目)*/
#scrollpic { margin-top:5px; }
#scrollpic .titlebar { background:url(default/cTitleBg.gif) 0px 0px no-repeat; height:27px; line-height:30px; overflow:hidden; } /* 标题栏 */
#scrollpic .titlebar .title { font-weight:bold; padding-left:30px; height:20px; float:left; width:300px; } /* 标题  */
#scrollpic .titlebar .title a { color:#28518E; }  /* 标题链接颜色  */
#scrollpic .titlebar .more { float:right; padding-right:10px; } /* 如果more在标题栏内  */
#scrollpic .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#scrollpic .column { border-left: 1px solid #C5DDF6; border-bottom: 1px solid #C5DDF6; border-right: 1px solid #C5DDF6; }
#scrollpic .column .scrolldiv { width:510px; height:170px; margin:0 auto; overflow: hidden; white-space: nowrap; } /*  滚动期刊  */
#scrollpic .column .scrolldiv img { height:160px; border: 0; margin: auto 5px; border:1px #ccc solid; }
#scrollbegin, #scrollend, #scrollbegin ul, #scrollend ul, #scrollbegin ul li, #scrollend ul li { display:inline; }/* 设置ul和li横排 */
/* 广告banner   (本版无本栏目) */
#adbanner { margin-top:5px; }
#adbanner img { border: 1px solid #3D3D41; }
/* 侧边栏 */
#sidebar { width:213px; float:right;  display:inline; }
/* 登录区 */
#loginview {margin-top:6px;}
#loginview .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0; height:36px; line-height:32px;  margin:0px; overflow:hidden;  display:none;} /* 标题栏 */
#loginview .titlebar .title { padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#loginview .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#loginview .column { clear:both;}
#loginview .column ul { }
#loginview .column li { height:46px; line-height:48px;  font-size:15px; text-align:center; font-family:Microsoft YaHei;}
#loginview .column li a{ color:#222;font-size:14px;font-weight:bold; display:block; text-decoration:none;text-indent:10px;}
#loginview .column .loginview01{ background:url(default/login01.gif) no-repeat center center;  display:block;  }
#loginview .column .loginview02 { background:url(default/login02.gif) no-repeat center center;  display:block;  }
#loginview .column .loginview03{ background:url(default/login03.gif) no-repeat center center;  display:block; }
#loginview .column .loginview04 { background:url(default/login04.gif) no-repeat center center;   display:block; }
#loginview .column .qq{ padding:8px 0 0px 50px;}


/* 登录后 */
#loginview #welcome {}
#loginview #welcome p { margin: 7px; padding: 0px; line-height: 150%; text-indent: 2em; }
#loginview #welcome .shortcut { display: block; font-weight: bold; text-align: center; width: 150px; height: 25px; line-height: 25px; margin-left: auto; margin-right: auto; margin-bottom: 5px; border: #ccc 1px solid; }

/* 文章查询 */
#oaquery { margin-top:10px;border:1px solid #e0e0e0;}
#oaquery .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0;height:36px; line-height:32px;  overflow:hidden;  } /* 标题栏 */
#oaquery .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#oaquery .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#oaquery .column { clear:both; text-align:center; padding:10px 15px ; }
#oaquery .column a {color:#28518E; }
#oaquery .column .forminput { }
#oaquery .column .textbox { width:150px;padding-left:5px;border: 1px solid #aaa; height:20px;float:left; }
#oaquery .column .button { background:url(default/so01.gif) no-repeat 0 3px; border: 0px; width:15px; }
#oaquery .column ul { clear:both; padding-top:10px; }
#oaquery .column ul li { width:60px; float:left; height:24px; line-height:24px; text-align:center; }
#oaquery .column ul li a { color:#000; font-size:12px;}
#oaquery .column ul li a:hover { color:#F30; text-decoration:none; }


/* 在线联系 */
#zixun { margin-top:10px;border:1px solid #e0e0e0;}
#zixun .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0; height:36px; line-height:32px; overflow:hidden; } /* 标题栏 */
#zixun .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#zixun .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#zixun .titlebar .more { float:right; padding-right:10px; display:none;  } /* 如果more在标题栏内 display:none;隐藏 */
#zixun .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#zixun .list{margin:10px 0 0 24px;}
#zixun .list ul { }
#zixun .list li { height:32px; line-height:32px; width:90px; float:left; }
#zixun .list li a {font-size:12px;}
#zixun .list a.more { height:22px; display:block; width:190px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; }

/* 新闻动态 */
#news {  margin-top:10px;padding-bottom:10px;border:1px solid #e0e0e0;}
#news .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0; height:36px; line-height:32px; overflow:hidden; } /* 标题栏 */
#news .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222;  } /* 标题  */
#news .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#news .titlebar .more { float:right; padding-right:10px; display:none;  } /* 如果more在标题栏内 display:none;隐藏 */
#news .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#news .list{padding:10px 15px 0 10px;}
#news .list ul { }
#news .list li {line-height:26px; background:url(default/dot01.gif) 0px 8px no-repeat; padding-left:12px; border-bottom:1px dotted #ccc;  width:180px; }
#news .list li a {font-size:12px;}
#news .list a.more { height:22px; display:block; width:190px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; }

/* 往期杂志 */
#ago {  margin-top:10px; padding-bottom:10px;border:1px solid #e0e0e0;}
#ago .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0;height:36px; line-height:32px; ooverflow:hidden; } /* 标题栏 */
#ago .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#ago .titlebar .title a {color:#222;}  /* 标题链接颜色  */
#ago .titlebar .more { float:right; padding-right:10px; display:none; } /* 如果more在标题栏内 display:none;隐藏 */
#ago .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#ago .list{padding:10px 15px 0 10px;}
#ago .list ul {  }
#ago .list li { height:25px; line-height:25px; background:url(default/dot01.gif) 0px 8px no-repeat; padding-left:12px; border-bottom:1px dotted #ccc; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:180px; }
#ago .list .year { width:40px; float:left; }
#ago .list .number { width:20px; float:left; }
#ago .list a.more { height:22px; display:block; width:190px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; }


/* 友情链接 */
#links {  margin-top:10px;  border:1px solid #e0e0e0;padding-bottom:10px; }
#links .titlebar {background:url(default/sTitleBg.gif) no-repeat 0 0;height:36px; line-height:32px; overflow:hidden; } /* 标题栏 */
#links .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#links .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#links .titlebar .more { float:right; padding-right:10px; display:none; } /* 如果more在标题栏内 display:none;隐藏 */
#links .titlebar .more a { width:50px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; display:block; }
#links .list {padding:10px 15px 0 15px;}
#links .list #logolink { }
#links .list #logolink ul { }
#links .list #logolink li { clear:both; width:182px; height:60px; display:block; }
#links .list #logolink img { width:182px; height:55px;  vertical-align:bottom;  }
#links .list #textlink {}
#links .list #textlink ul { padding:5px 0; }
#links .list #textlink li {padding-left:5px; height:25px; line-height:25px; font-size:12px;border: 1px solid #d8cebf; background:#FFF; margin:3px 0; }
#links .list a.more { height:22px; display:block; width:190px; background:url(default/sidebar_more.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; }

/* 访问统计 */
#stat { margin-top:10px;border:1px solid #e0e0e0;padding-bottom:5px;}
#stat .titlebar { background:url(default/sTitleBg.gif) no-repeat 0 0; height:36px; line-height:32px; overflow:hidden; } /* 标题栏 */
#stat .titlebar .title {padding-left:30px; font-family:"宋体"; font-size:14px; font-weight:normal; color:#222; } /* 标题  */
#stat .titlebar .title a { color:#222; }  /* 标题链接颜色  */
#stat .column {font-size:12px; padding:10px 15px;line-height:25px; }

#weixin{ margin-top:10px; text-align:center;}

/* 页面底部 */
#footer {clear:both; background-color:#E8E6E7; padding:30px 0; color:#222; margin-top:20px;}
#footer #footernav{ }
#footer #copyright{text-align:center; line-height:26px;}
#footer #copyright a{color:#222;}
#footer #copyright span{ border:1px solid #ccc; background:#fff;}


/* OAList 期刊列表页 */
.oalist #content { width:765px; float:left; margin-right:0px; display:inline; } /* 主体内容 */
.oalist #content #oalist{ border:0; }
.oalist #content #oalist .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden;  } /* 标题栏 */
.oalist #content #oalist .titlebar .title { padding-left:30px; float:left; width: auto;color:#222;  } /* 标题  */
.oalist #content #oalist .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.oalist #oalist .titlebar .more { display:none;}
.oalist #content #oalist .column { border: 1px solid #d9d7d7; height:820px; padding:15px 0;}

/* newsList 新闻列表页 */
.newslist #content { width:765px; float:left; margin-right:0px; display:inline; } /* 主体内容 */
.newslist #content #newssearch { padding:10px 5px; text-align:right; border: 1px solid #cecec5;}
.newslist #content #newslist { margin-top:0px; }
.newslist #content #newslist .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden; } /* 标题栏 */
.newslist #content #newslist .titlebar .title { font-weight:bold; padding-left:30px; font-family:"微软雅黑"; font-size:15px; float:left; width: auto; color:#222; } /* 标题  */
.newslist #content #newslist .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.newslist #content #newslist .titlebar .title a:hover { color:#B62329; }  /* 标题链接颜色  */
.newslist #content #newslist .column { border-left: 1px solid #cecec5; border-right: 1px solid #cecec5; border-bottom: 1px solid #cecec5; padding:10px; }
.newslist #content #newslist .column ul { padding-left:5px; }
.newslist #content #newslist .column li { position:relative; padding-top:8px; padding-bottom:5px; padding-left:15px; background:url(default/dot01.gif) 0px 10px no-repeat; border-bottom: 1px dashed #ccc; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.newslist #content #newslist .column li span { position:absolute; right:5px; color:#999999; }

/* 新闻详细页 */
.newsdetails #content { width:765px; float:left; margin-right:0px; display:inline; } /* 主体内容 */
.newsdetails #content #newsdetails  { margin-top:0px; } /* 标题栏 */
.newsdetails #content #newsdetails .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden; } /* 标题栏 */
.newsdetails #content #newsdetails .titlebar .title { font-weight:bold; padding-left:30px; font-family:"微软雅黑"; font-size:15px; float:left; width: auto; color:#222; } /* 标题  */
.newsdetails #content #newsdetails .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.newsdetails #content #newsdetails .titlebar .title a:hover { color:#B62329; }  /* 标题链接颜色  */
.newsdetails #content #newsdetails .bigtitle { font-weight:bold; font-size:14px; padding:5px; text-align:center; }
.newsdetails #content #newsdetails .smalltitle {  padding:5px; text-align:center; color:#666; }
.newsdetails #content #newsdetails .itemtitle { font-weight:bold; padding:8px 0 0 5px; margin:5px 0; background-color:#F2F1F1; }
.newsdetails #content #newsdetails .column { line-height: 25px; padding: 20px; background-color: #fff; border: 1px solid #cecec5; width:auto; }
.newsdetails #content #newsdetails #newstool { padding:5px; text-align:center; }
.newsdetails #content #newsdetails #newstool input { padding:0px; margin:0px; font-size:12px; vertical-align:middle; }
.newsdetails #content #newsdetails #newstool img { vertical-align:middle }
.newsdetails #content #newsdetails #pagetool{ padding:5px; border: 1px solid #cecec5;background-color:#fbf5ea; text-align:right; }
.newsdetails #content #newsdetails #addreview { clear:both; padding:10px; margin-top:20px; border: 1px solid #D2D2D2; } /* 新闻评论区  */
.newsdetails #content #newsdetails #addreview #reviewtitle { clear: both;  border-bottom: solid 1px #a8905e; padding: 5px; background-color:#f1ece4; margin-bottom:20px; }
.newsdetails #content #newsdetails #addreview #reviewtitle .tit{font-weight:bold;  float:left; width:200px;}
.newsdetails #content #newsdetails #addreview #reviewtitle .plnum{  text-align:right;}
.newsdetails #content #newsdetails #addreview dl { clear:both; margin:0 0 5px 10px; }
.newsdetails #content #newsdetails #addreview dt { float:left; width:75px; }
.newsdetails #content #newsdetails #addreview dd { margin-left:75px; }
.newsdetails #content #newsdetails #addreview .textbox { width:350px; border:1px solid #B3B3B3;}
.newsdetails #content #newsdetails #addreview .text { border:1px solid #B3B3B3;}
.newsdetails #content #newsdetails #addreview .more { font-weight:bold; }
/* 详细页 */
.details #content { width:765px; float:left; margin-right:0px; display:inline; } /* 主体内容 */
.details #content #details  { margin-top:0px; } /* 标题栏 */
.details #content #details .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden; } /* 标题栏 */
.details #content #details .titlebar .title { font-weight:bold; padding-left:30px; font-family:"微软雅黑"; font-size:15px; float:left; width: auto; color:#222; } /* 标题  */
.details #content #details .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.details #content #details .titlebar .title a:hover { color:#B62329; }  /* 标题链接颜色  */
.details #content #details .bigtitle { font-weight:bold; padding:5px; background-color:#F4F7F9; text-align:center; }
.details #content #details .itemtitle { font-weight:bold; padding:8px 0 0 5px; margin:5px 0; background-color:#E2E6ED; }
.details #content #details .column { line-height: 25px; padding: 20px; background-color: #fff; border: 1px solid #cecec5; width:auto; }
/* 订阅页面 */
.details #content #details .part { clear:both; margin-bottom:10px; }
.details #content #details .part dl { clear:both; }
.details #content #details .part dt { font-weight:bold; line-height:30px; }
.details #content #details .part dd { line-height:30px; padding-left:15px; }


/* pager 翻页 */
.trends_more { height:14px; text-align:center; padding:5px; border: 1px solid #cecec5; margin-top:5px; }
/* Login 登录窗口 */
.login { /*  background:url(default/loginbg.gif) 0px 0px repeat-x; */ }
.login #container { background: none; padding-top:150px; }
.login #container #logintab { width:363px; height:300px; padding:20px; background:url(default/SignInbg.gif) 0px 0px no-repeat; margin:0 auto; }
.login #container #logintab .titlebar {  background:url(default/logintit.gif) 0px 0px no-repeat; } /* 标题栏 */
.login #container #logintab .titlebar .title { background:url(default/SignInico.gif) 8px 8px no-repeat; font-size:14px; height:25px; padding:10px 0 0 35px; font-weight:bold; color:#FFF; } /* 标题  */
.login #container #logintab dl { clear:both; }
.login #container #logintab dt { float: left; width: 80px; font-weight: bold; text-align:right; line-height:25px; }
.login #container #logintab dd { line-height:25px; margin-left:85px;}
.login #container #logintab .message { color:#F00; height:20px; padding:10px 0px 0px 10px; }
.login #container #logintab .textbox { width:200px; }
.login #container #logintab .button { width:80px; }
.login #container #logintab .important { color:#F00; font-weight:bold; }
.login #container #logintab .explain { color: #666; }


/* 留言板 */
.guestbook #content { width:765px; float:left; margin-right:0px; display:inline; } /* 主体内容 */
.guestbook #content #guestbook {margin-top:0px; }
.guestbook #content #guestbook .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden; } /* 标题栏 */
.guestbook #content #guestbook .titlebar .title { font-weight:bold; padding-left:30px;  font-family:"微软雅黑"; font-size:15px;  float:left; width: auto; color:#222; } /* 标题  */
.guestbook #content #guestbook .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.guestbook #content #guestbook .titlebar .title a:hover{ color:#B62329; }  /* 标题链接颜色  */
.guestbook #content #guestbook .column { padding: 20px; border: 1px solid #cecec5; width:auto;}
.guestbook #content #guestbook .column .list { }
.guestbook #content #guestbook .column .list .tabline { border-collapse:collapse; margin-bottom:10px; }
.guestbook #content #guestbook .column .list .tabline td { border: 1px solid #cecec5; padding:3px; line-height: 25px; }
.guestbook #content #guestbook .column .list .tabline .tdbg { background-color: #fdf6ef; font-weight:bold; }
.guestbook #content #guestbook .column .list .highlight { color:#666; }
.guestbook #content #guestbook .column .list a.gbbutton { clear:both; height:25px; display:block; background:url(default/GuestBookbutton.gif) no-repeat right center; text-indent: -9999em; overflow: hidden; float:right; width:100px;}
.guestbook #content #guestbook .column .list #pages { padding:3px; text-align:center; border: 1px solid #cecec5; }
.guestbook #content #guestbook .column #addreview { clear:both; padding:10px; margin-top:20px; border: 1px solid #cecec5; }
.guestbook #content #guestbook .column #addreview .gbtit { clear: both; font-weight:bold; border-bottom: solid 1px #ccc; padding: 5px; background-color:#f1ece4; margin-bottom:20px; }
.guestbook #content #guestbook .column #addreview dl { clear:both;  margin:0 0 5px 10px; }
.guestbook #content #guestbook .column #addreview dt { float:left; width:75px; }
.guestbook #content #guestbook .column #addreview dd { margin-left:75px; }
.guestbook #content #guestbook .column #addreview .textbox { width:350px; }


/* 友情链接 */
.links #content { width:765px; float:left; margin-right:0px; display:inline;  } /* 主体内容 */
.links #content #linkslist {margin-top:0px;}
.links #content #linkslist .titlebar { background:url(default/cTitleBg02.gif) 0px 0px no-repeat; height:31px; line-height:31px; overflow:hidden; } /* 标题栏 */
.links #content #linkslist .titlebar .title { font-weight:bold; font-family:"微软雅黑"; font-size:15px; padding-left:30px; float:left; width: auto; color:#222; } /* 标题  */
.links #content #linkslist .titlebar .title a { color:#222; }  /* 标题链接颜色  */
.links #content #linkslist .list { padding: 20px; border: 1px solid #cecec5; }
.links #content #linkslist .list .catalog { background:url(default/mc_bg.gif) 0px 5px no-repeat; padding:2px 0 0 65px; height:25px; font-weight:bold;  }
.links #content #linkslist .list #logolink {  clear:both;}
.links #content #linkslist .list #logolink ul { }
.links #content #linkslist .list #logolink li { width:210px; height:70px; float:left; }
.links #content #linkslist .list #logolink img { width:190px; height:55px; border: 1px solid #BED1E9; vertical-align:bottom; }
.links #content #linkslist .list #textlink { clear:both; }
.links #content #linkslist .list #textlink ul { }
.links #content #linkslist .list #textlink li { padding-left:5px; height:22px; line-height:22px; border: 1px solid #cecec5; background:#FFF;  width:190px; float:left; margin:0 15px 10px 0;}

.tab { margin-top:12px; color:#000;}
#TabTab03Con1{width:532px;}
#TabTab03Con2{width:532px;}
.xixi1{width:532px;height:38px;line-height:38px;cursor:pointer; background:url(default/hdp.gif) 0px 0px no-repeat;font-weight:bold; }
.xixi2{width:532px;height:38px;line-height:38px;cursor:pointer; background:url(default/hdp.gif) 0px -44px no-repeat;font-weight:bold;}
.tab1{width:90px; height:38px;line-height:38px;float:left;text-align:center;cursor:pointer;  font-size:15px; font-family:Microsoft YaHei;}
.tab2{width:90px;height:38px;line-height:38px;float:left;text-align:center;cursor:pointer;  font-size:15px; font-family:Microsoft 

.imgfm img{text-align:center; font-size:15px; font-weight:bold;margin-top:10px; margin-bottom:10px;margin-left:30px;}

